QuickOPC User's Guide and Reference
InstrumentRange Property (UAAnalogItemNode<TValue,TAttribute>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UAAnalogItemNode<TValue,TAttribute> Class : InstrumentRange Property
Defines the value range that can be returned by the instrument.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")>
<UANodeAttribute(".[InstrumentRange]")>
<UADataAttribute()>
Public Property InstrumentRange As UARange
'Usage
 
Dim instance As UAAnalogItemNode(Of TValue,TAttribute)
Dim value As UARange
 
instance.InstrumentRange = value
 
value = instance.InstrumentRange
[CanBeNull()]
[DefaultValue("")]
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")]
[UANode(".[InstrumentRange]")]
[UAData()]
public UARange InstrumentRange {get; set;}
[CanBeNull()]
[DefaultValue("")]
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")]
[UANode(".[InstrumentRange]")]
[UAData()]
public:
property UARange^ InstrumentRange {
   UARange^ get();
   void set (    UARange^ value);
}
Remarks
Example: InstrumentRange ::= {-9999.9, 9999.9}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also